Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

events: adding detail to DatagramDropped event #2438

Merged
merged 4 commits into from
Jan 7, 2025

Conversation

WesleyRosenblum
Copy link
Contributor

@WesleyRosenblum WesleyRosenblum commented Jan 7, 2025

Release Summary:

Adds address and connection ID information to the on_datagram_dropped event.

NOTE: This is a breaking change if your application stores the DatagramDropped events, as a named lifetime was added to the struct.

Description of changes:

This change adds additional details (local/remote address, src/dst connection ID) to the on_datagram_dropped event, to assist with debugging.

Call-outs:

This is technically a breaking change, as a named lifetime was added to the struct.

Testing:

Added an integration test that changes the port before the handshake is confirmed

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@WesleyRosenblum WesleyRosenblum merged commit 3bca3b9 into main Jan 7, 2025
129 checks passed
@WesleyRosenblum WesleyRosenblum deleted the WesleyRosenblum/datagramdropped branch January 7, 2025 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants